home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / sticpsrc.lzh / SOURCE.ARC / ASY.H < prev    next >
C/C++ Source or Header  |  1990-07-15  |  407b  |  19 lines

  1. #ifdef MSDOS
  2. # define ASY_MAX    6        /* Six asynch ports allowed on the PC */
  3. # define COMBIOS    1        /* COMBIOS-type of ASY interface */
  4. #endif
  5.  
  6. #ifdef ATARI_ST
  7. # define ASY_MAX    5        /* Five asynch ports allowed on the TT (2 on ST) */
  8. #endif
  9.  
  10. #ifdef UNIX
  11. # define ASY_MAX    16        /* Have to set some limit... */
  12. #endif
  13.  
  14. extern unsigned nasy;
  15.  
  16. #define    SLIP_MODE    0
  17. #define    AX25_MODE    1
  18. #define    NRS_MODE    2
  19.